home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / call < prev    next >
Text File  |  1991-04-09  |  560b  |  15 lines

  1.                                     CALL
  2.               Call a batch file from within another batch file
  3.  
  4. COMMAND TYPE: Internal                  VERSION: 4.0 and up
  5.  
  6. USE: CALL [d:][path][batchfile [arguments]
  7.  
  8. d:path batchfile is the batchfile to be executed, followed by any
  9. arguments to be used by the called file.
  10.  
  11. When the called file terminates, the calling file continues executing.
  12. A batch file may call itself recursively, but there should be a
  13. terminating condition at some point.  Do not use pipes or redirection
  14. in the call statement.
  15.